var time.daysBefore
9 uses
time (current package)
format.go#L1249: if int(daysBefore[m]) < yday {
format.go#L1252: d = yday - int(daysBefore[m-1])
time.go#L988: end := int(daysBefore[month+1])
time.go#L994: begin = int(daysBefore[month])
time.go#L1005: var daysBefore = [...]int32{
time.go#L1025: return int(daysBefore[m] - daysBefore[m-1])
time.go#L1422: d += uint64(daysBefore[month-1])
zoneinfo.go#L574: d += int(daysBefore[r.mon-1])
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)